Object Oriented Javascript
classes, methods, properties and basic inheritance with prototypes (Jonathan Cross 2005-2008)
JS code will be put here.
Click on a test button to see the results here.
Adding / changing basic properties.
Modifying the prototype class.
Modifying the prototype class + delete property.
Good links:
http://www.howtocreate.co.uk/tutorials/index.php?tut=0&part=0&TOshow=allshow#objects
OOP in JS, Part 2 : Inheritance